Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended.PropertyGrid Namespace / PropertyWrapper<T> Class / Value Property

In This Topic
    Value Property (PropertyWrapper<T>)
    In This Topic
    Gets or sets the value of the current value type being shown in the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also